home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / trick.zip / TRICK.DOC next >
Text File  |  1992-12-04  |  3KB  |  70 lines

  1. Howdy...
  2. This is super quick documentation to explain exactly why TRICK.EXE
  3. was created, and what it does....
  4.  
  5. * I needed a way to run doors with the Wildcat IM version.
  6.   Since the IM version comes with Doorway, I could run any non bit-
  7.   mapped program as a door, but the question was, how could I get the
  8.   door to look for the door.sys file AND not send the output through
  9.   the serial port... Well, after some serious thought, I figured out
  10.   a way to make it work....
  11.   When you log on your board local, and go into a door, the Door.sys
  12.   file says you are on com0 and at 38400 baud.... so it gets your info
  13.   from the Door.sys file, but doesn't try to send it out any com ports..
  14.   BINGO... problem solved... TRICK.EXE simply changes the door.sys file
  15.   to "local" so the door runs local, but gets the callers info from the
  16.   door.sys file as it normally would, and then Doorway sends it out
  17.   the digiport...
  18.  
  19. * Here are some goodies to know...
  20.   Run TRICK.EXE in the same directory as the door.sys file.
  21.   Only type TRICK, and if the door.sys file is there, it will be 
  22.   converted... if not, it will give an error, but no harm done.
  23.  
  24. * Sample batch file:
  25.   This is the batch file used on 99% of my doors....
  26.  
  27.   DOOR1.RUN
  28.  
  29.   TRICK 
  30.   CD\WC30\DOORS\DOORGAME
  31.   DOORWAY COMx /M:60 /B:X /K:V /V:D /P:DOORGAME.EXE GAME.CFG
  32.  
  33.  
  34.   That's it!  If your doors are already set up to run with a serial port,
  35.   (as mine were when I switched to the IM version) then all you need
  36.   to add is the Doorway line to your Doorx.run files (and trick too!)
  37.  
  38.   Notice you can make the /M: parameter any amount, cause the door is
  39.   reading the door.sys file, and wil limit the callers time appropriately.
  40.   You just want to put something there, cause if you don't, Doorway
  41.   will default to 10 minutes... Oh.... make sure you use COMx.. 
  42.   x being the port number, cause if you try to use SYS, it will think
  43.   it's running local just like the door!
  44.  
  45.   What have I noticed to be a problem with this way of running doors?
  46.   Well, some people that have monochrome monitors or non-ansi terminal
  47.   emulation, may not get the display as it should be in there...
  48.   Doorway is peculiar.... and unless you are using a NEW type of ANSI,
  49.   it may not be too neat... but if you have a good computer, with a color 
  50.   monitor, and are using QMODEM or something quality like that, you
  51.   will have no problem...
  52.   What else?
  53.   If someone drops carrier in a door, Doorway will cut the program off
  54.   without exiting nicely, and this mmay mess up some doors... but none
  55.   of mine have had a problem other than TELEHANG, which would sometimes
  56.   lock a particular game, so I made a little utility that would erase
  57.   the word LOCK from the particular cfg file each time the door is run..
  58.  
  59.  
  60.    One more thing.... there is a new (newer than Mustang has released)
  61.    copy of WCDRWY.EXE ... it has improved screen writes.... if you want
  62.    it, call up Marshall Dudley's board and get it from him.... it
  63.    is not the bug fix Doorway, that Mustang released, it is NEW!!
  64.                                        Bye!
  65.  
  66.    Very special thanks to Tim Rider of The Source BBS for writing
  67.    this little program.... he has made the running of all these doors
  68.    possible!  Thanks Tim!
  69.  
  70.